home *** CD-ROM | disk | FTP | other *** search
- /*
- File: ODXDpFns.h
-
- Contains: Functions duplicated between the old and new launchers. Declared
- here and defined twice, once in old launcher ocde and once in
- new launcher code.
-
- Owned by: Nick Pilch
-
- Copyright: © 1996 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <4> .06.1996 NP 10002: Launch time fixes, system process.
- <3> .05.1996 NP 10002: Launch time fixes.
- <2> .05.1996 NP Changed signature of NotifyLaunchFailed.
- <1> .05.1996 NP first checked in
-
- To Do:
- */
-
- #ifndef _ODXDPFNS_
- #define _ODXDPFNS_
-
- void NotifyLaunchFailed(OSErr errorCode, Str255 appName, Str255 libName);
- void ReportDocumentError(StringPtr docName, OSErr err);
- void ReportErrorGeneric(StringPtr errorString);
- void DocumentLaunched();
-
- #endif /* _ODXDPFNS_ */
-